home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 9 / cdrt09.iso / mac / wrath demo / Wrath 50 / Clashing Rocks / 00452_Script_452 < prev    next >
Text File  |  1995-01-13  |  214b  |  12 lines

  1. global atOr, altglobal
  2. when keyDown then keystroke
  3. go value(saveFrame)
  4. if atOr = 1 then
  5.   if altglobal = 1 then
  6.     hintset1
  7.   else if altglobal = 2 then
  8.     hintset2
  9.   else
  10.     hintset
  11.   end if  
  12. end if